Mapper Read One To Many Key Value Repo
            open class MapperReadOneToManyKeyValueRepo<FromKey, FromValue, ToKey, ToValue>(to: ReadOneToManyKeyValueRepo<ToKey, ToValue>, mapper: MapperRepo<FromKey, FromValue, ToKey, ToValue>) : ReadOneToManyKeyValueRepo<FromKey, FromValue> , MapperRepo<FromKey, FromValue, ToKey, ToValue> 
Content copied to clipboard
Functions
get
                          
                    Link copied to clipboard
                        open suspend override fun get(k: FromKey, pagination: Pagination, reversed: Boolean): PaginationResult<FromValue>
Content copied to clipboard
get All
                          
                    
                  Link copied to clipboard
                        keys
                          
                    Link copied to clipboard
                        open suspend override fun keys(pagination: Pagination, reversed: Boolean): PaginationResult<FromKey>
Content copied to clipboard
open suspend override fun keys(v: FromValue, pagination: Pagination, reversed: Boolean): PaginationResult<FromKey>
Content copied to clipboard
to Inner Key
                          
                    Link copied to clipboard
                        to Inner Value
                          
                    Link copied to clipboard
                        to Out Value
                          
                    Link copied to clipboard